hour
Return a string with format: 10:15
#
Basic Usage- Without Complete
- With Complete
#
ParametersParameter Name | type | required | default | description |
---|---|---|---|---|
hourInput | string | yes | null | string to be masked |
complete | boolean | no | false | auto complete string to final format |
symbol | string | no | ':' | symbol to be between hour and minutes |
#
Live Example- Without Complete
- With Complete